routine-update: Remove trailing whitespace in debian/copyright
authorMichael R. Crusoe <crusoe@debian.org>
Mon, 29 Apr 2024 14:15:10 +0000 (16:15 +0200)
committerMichael R. Crusoe <crusoe@debian.org>
Mon, 29 Apr 2024 14:15:10 +0000 (16:15 +0200)
debian/changelog
debian/control
debian/copyright

index d4a1092cc15ab953335ff1e1638dcadfb9f4ed2a..cc1911382c7454d92c53e8f0cba0673bf3aefe57 100644 (file)
@@ -13,6 +13,7 @@ vtk9 (9.1.0+really9.1.0+dfsg2-8) UNRELEASED; urgency=medium
   * Cherry-pick patch from upstream to fix CVE-2021-42521. Closes:
     #1031877.
   * Fix Maintainer name of Debian Science team (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
 
  -- Bo YU <tsu.yubo@gmail.com>  Tue, 24 Oct 2023 14:35:29 +0800
 
index a4e10e9ba0b40abee610bd4bdaaff0a3b851607e..469b17a1dfa132aaf254b2108ddbb2168b52cb3d 100644 (file)
@@ -5,8 +5,9 @@ Uploaders: Anton Gladky <gladk@debian.org>,
            Nico Schlömer <nico.schloemer@gmail.com>
 Section: graphics
 Priority: optional
-Build-Depends: dpkg-dev (>= 1.22.5), chrpath,
-               cmake (>= 3.2.0),
+Build-Depends: dpkg-dev (>= 1.22.5),
+               chrpath,
+               cmake,
                debhelper-compat (= 13),
                default-jdk [!hppa !hurd-any !kfreebsd-any],
                default-libmysqlclient-dev,
@@ -31,7 +32,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), chrpath,
                libftgl-dev,
                libgdal-dev,
                libgl1-mesa-dev | libgl-dev,
-               libgl2ps-dev (>= 1.4.1),
+               libgl2ps-dev,
                libglew-dev,
                libglu1-mesa-dev | libglu-dev,
                libhdf5-mpi-dev,
@@ -141,17 +142,19 @@ Description: VTK header files
  C++ programs that use VTK to do 3D visualisation.
 
 Package: libvtk9.1t64
-Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
-Breaks: libvtk9.1 (<< ${source:Version}), libvtk9 (<< 9.1.0+really9.1.0)
-Replaces: libvtk9.1, libvtk9 (<< 9.1.0+really9.1.0)
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Suggests: mpi-default-bin,
           vtk9-doc,
           vtk9-examples
+Breaks: libvtk9.1 (<< ${source:Version}),
+        libvtk9 (<< 9.1.0+really9.1.0)
+Provides: ${t64:Provides}
+Replaces: libvtk9.1,
+          libvtk9 (<< 9.1.0+really9.1.0)
 Description: VTK libraries
  The Visualization Toolkit (VTK) is an open-source software system
  for 3D computer graphics, image processing, and visualization.
@@ -242,21 +245,21 @@ Description: VTK examples
  This package provides examples for VTK9
 
 Package: libvtk9.1t64-qt
-Provides: ${t64:Provides}
-X-Time64-Compat: libvtk9.1-qt
-Replaces: libvtk9.1-qt
-Breaks: libvtk9.1-qt (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Breaks: libvtk9.1-qt (<< ${source:Version})
+Provides: ${t64:Provides}
+Replaces: libvtk9.1-qt
 Description: VTK libraries, Qt files
  The Visualization Toolkit (VTK) is an open-source software system
  for 3D computer graphics, image processing, and visualization.
  .
  This package provides the shared libraries needed to run C++ programs
  that use VTK. Qt files
+X-Time64-Compat: libvtk9.1-qt
 
 Package: libvtk9-qt-dev
 Architecture: any
index 3efb4e76def83ebee0a6aeb4ef2e719e85881cde..7d5d0bd16ac7bcbc853e8d1fd9a31f10955efb4c 100644 (file)
@@ -262,18 +262,18 @@ License: Apache-2
 License: Zlib
   This software is provided 'as-is', without any express or implied warranty.
   .
-  In no event will the authors be held liable for any damages arising from the 
+  In no event will the authors be held liable for any damages arising from the
   use of this software.
   .
-  Permission is granted to anyone to use this software for any purpose,including 
-  commercial applications, and to alter it and redistribute it freely, subject 
+  Permission is granted to anyone to use this software for any purpose,including
+  commercial applications, and to alter it and redistribute it freely, subject
   to the following restrictions:
   .
-  1. The origin of this software must not be misrepresented; you must not claim 
-      that you wrote the original software. If you use this software in a 
-      product, an acknowledgment in the product documentation would be 
+  1. The origin of this software must not be misrepresented; you must not claim
+      that you wrote the original software. If you use this software in a
+      product, an acknowledgment in the product documentation would be
       appreciated but is not required.
-  2. Altered source versions must be plainly marked as such, and must not be 
+  2. Altered source versions must be plainly marked as such, and must not be
       misrepresented as being the original software.
   3. This notice may not be removed or altered from any source distribution.